Release 10.1A: OpenEdge Data Management:
Database Administration
Starting multiple brokers using the same protocol
You can start multiple brokers that use the same protocol. The -
Mnparameter and a new parameter, Maximum Servers per Broker (-Mpb), determine the number of servers a broker can start. In addition, you can use Progress Explorer to manage and configure server groups.Use the following commands to start two brokers that use TCP and start multiple servers each:
db-nameSpecifies the database you want to start. If the database is not in the current directory, you must specify the full pathname of the database.
-Sservice-nameSpecifies the database server or broker process service name. You must specify the service name in a TCP network.
-Hhost-nameSpecifies the machine where the database server runs.
-MnnSpecifies the maximum number of remote client servers and login brokers that the broker process can start.
-MpbnSpecifies the number of servers that the login broker can start to serve remote users. This applies to the login broker that is being started.
-m3Starts the secondary login broker.
For example, you would use the following commands to start two brokers that use TCP and start four servers each:
As the example shows, the -
Mnvalue must be large enough to account for each additional broker and all servers. If you do not specify -Mpb, the value of -Mnbecomes the default.You must include the -
m3parameter with every secondary broker startup command. While the -Mpbparameter sets the number of servers a broker can start, the -m3parameter actually starts the secondary broker.If you start multiple brokers, you should also run the Watchdog process (PROWDOG). PROWDOG enables you to restart a dead secondary broker without shutting down the database server. For more information on PROWDOG, see the "PROWDOG command" section.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |